home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / rsync.postrm < prev    next >
Text File  |  2008-07-28  |  110b  |  9 lines

  1. #!/bin/sh
  2. # postrm for rsync
  3.  
  4. if [ "$1" = "purge" ] ; then
  5.     update-rc.d rsync remove >/dev/null
  6. fi
  7.  
  8. exit 0
  9.